A new work in progress. I'm trying to recreate scratch. Last time I tried I got a buggy mess, so any suggestions appreciated :)
If you remix it and get further than me ill implement your code and credit you, makes it sort of like a small community project for anyone who's up for it. DevLog: V0.1: - Blocks snap to a grid and can be added V0.2: - Blocks stay attached when any item above them in the stack is dragged V0.3: - Added Sprite support V0.4: - Made a basic sprite editor, capable of Pen and Lines V0.5: - Created a full rgb colour picker V0.6: - Created sprite drawing logic using only x and y offset + rotation V0.7: - Fixed sprite selecting menu, now supports up to a page of sprites V0.8: - Created a fully customizable text displaying engine V0.9: - Added proper bounding boxes for the editor V0.91: - Can now edit and select sprites for code editing V0.92: - More reliable active sprite display V0.93: - Added code saving V0.94: - Modified code to save to current sprite V0.95: - Switching sprites now loads their corresponding code 0.96: - Can now change the pen size in the editor V1.0: - Bug fixes - Repeat blocks added - Can now compile and run code!!! - Slight performance improvements to run-times - Drawing performance improved - Nested loops work!