WebRepo 2.0 - Easy access to projects from the Codea community (not iCloud compatible)

Mouse Support - 1.0.0 is now available.

Description: Adds Easy Mouse Support
Author(s): @Dinoball901

Description:

Made a library that allows people to add mouse support very easily. All they are to do require the project and write “mouse.property to get the property they want of the mouse. Documentation is in the set up function so please read. Hope this helps.

Change-notes:

  • Initial Release

Latest WebRepo project

@UberGoober I haven’t forgotten about the icon issue! I’ll try to take look tonight.

My keyboard case has broken and I’m yet to replace it so I’m not so speedy at the moment :sweat_smile:

—-thanks! And if you might also be able to ferret out the JavaScript error happening in ProcTree that would be great too. Thanks for all this!

Hmm… I’ve seen that error in another project recently as well. I have a feeling it could have been introduced in a recent Codea version.

I’ll have a look at that when I can but I’ll prioritise the icon one for the moment.

Mouse Support - 1.1.0 is now available.

Description: Adds Easy Mouse Support
Author(s): @Dinoball901

Description:

Made a library that allows people to add mouse support very easily. All they are to do require the project and write “mouse.property” to get the property they want of the mouse. Documentation is in the set up function so please read. Hope this helps.

Change-notes:

  • Added callback to check if mouse is connected or disconnected.
  • Added position attribute (not just x and y)

Latest WebRepo project

Loopspace’s Useless Code - 1.2.1 is now available.

Description: Extensions for meshes etc
Author(s): @Loopspace

Description:

This library contains my code that extends various of the inbuilt objects in Codea:

  • MeshExt: add additional shapes to meshes
  • PseudoMesh: create models for Craft using meshes
  • VecExt: extends the various vector and matrix objects
  • ColourExt: extends the color object
  • ViewCraft: an object for manipulating the camera

Change-notes:

Adds in depreciated math functions (sing, cosh, tanh, log10, ldexp, frexp)

Latest WebRepo project

:warning: Note for everyone :warning:

  • WebRepo does not currently work when moved to iCloud. It will crash so please make sure you are running it from the local Codea documents folder.

@LoopSpace Sorry your project took so long to approve! I’d been having some trouble with the in the project name and had a few issues that needed fixing to get it working. Should all be good now though in future :slight_smile:

@UberGoober The icon issue should now be resolved and you should have no more issues with Icon files hopefully :crossed_fingers:

Sprite Animator - 1.0.0 is now available.

Description: Animate Sprites
Author(s): @Dinoball901

Description:

Here is a library you can use to load sprite animation using sprite sheets. You can use either a JSON(more complex layout) or just the normal images. You can store multiple animations to one animator. Tutorial to use this is in the setup function. If you want any features added please let me know.

Change-notes:

  • Initial Release

Latest WebRepo project

Mouse Support - 1.2.0 is now available.

Description: Adds Easy Mouse Support
Author(s): @Dinoball901

Description:

Made a library that allows people to add mouse support very easily. All they are to do require the project and write mouse.property to get the property they want of the mouse. Documentation is in the set up function so please read. Hope this helps.

Change-notes:

  • Added a way to check a how many clicks happened (single click, double click, triple click, and more)
  • You can change interval between clicks.
  • You can now use multiple mice and they will all register as clicks.
  • You can now check how long a press and release is and was happening.
  • Bug Fixes :frowning:
  • Had to remove support for dx and dy (was causing a bug) will be added back soon :slight_smile:

Latest WebRepo project

1 Like

Path Finding - 1.0.0 is now available.

Description: Small Path Finding Editor
Author(s): @Dinoball901

Description:

This is a path finding editor I made to practice path finding. It uses the Dijkstra Algorithm to find the true shortest path. You need a mouse to run this app (Please download “Mouse Support” from the Repo). The instructions for the app is on the top right. Have fun.

Change-notes:

  • Initial Release

Latest WebRepo project

1 Like

Two Pong Game - 1.0.0 is now available.

Description: Play pong with friends
Author(s): @Dinoball901

Description:

This is a simple pong game that I made while I was in a camping trip. I was trying to teach someone how to code in Codea and made this. Hope you guys enjoy. Instructions are at the beginning of the game.

Change-notes:

  • Initial Release

Latest WebRepo project

1 Like

Two Pong Game - 1.1.0 is now available.

Description: Play pong with friends
Author(s): @Dinoball901

Description:

This is a simple pong game that I made while I was in a camping trip. I was trying to teach someone how to code in Codea and made this. Hope you guys enjoy. Instructions are at the beginning of the game.

Change-notes:

Removed the drawing of physics bug. Should look normal.

Latest WebRepo project

Sprite Animator - 1.1.0 is now available.

Description: Animate Sprites
Author(s): @Dinoball901

Description:

Here is a library you can use to load sprite animation using sprite sheets. You can use either a JSON(more complex layout) or just the normal images. You can store multiple animations to one animator. Tutorial to use this is in the setup function. If you want any features added please let me know.

Change-notes:

  • Added way to set part of a animation sheet as an animation
  • Added onComplete Function
  • Allow way to set the smooth of the image (pixel art or not)
  • Changed a bit of the functions.
  • More

Latest WebRepo project

Entity Plus - 1.0.0 is now available.

Description: Extra ECS Content
Author(s): @Dinoball901

Description:

This is a pack of extra entity content that can really upgrade the current scene entity system.

Change-notes:

  • Initial Release

Latest WebRepo project

Entity Plus - 1.1.0 is now available.

Description: Extra ECS Content
Author(s): @Dinoball901

Description:

This is a pack of extra entity content that can really upgrade the current scene entity system.

Change-notes:

  • fix a small bug

Latest WebRepo project