a76ba3ccb7Initial implementation of line changing when moving left or right to the bounds of the line length. (AKA move down if you try to move right at the end of a line, etc)Bobby Lucero2024-10-14 17:38:44 -0400
bbb1b3dfa9Bound C++ line function to python... idk why I forgot to do this.Bobby Lucero2024-10-13 16:01:19 -0400
29e3ba208eAnother python demo, (enter to toggle between editor and demos, T to switch between demos), added code to delete modules from python VM so they get reloaded properly on code changes.Bobby Lucero2024-10-12 19:34:16 -0400
f084c715bfFont tweaks, start of editor, start of python tokenizer for syntax highlightingBobby Lucero2024-09-28 17:53:57 -0400
322a0960d7Added text buffer to editor state, foundation for the text editorBobby Lucero2024-09-28 01:01:54 -0400
e23be1cd58StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test imagesXenthera2024-05-22 16:09:19 -0400
631f9e3612Refactor, added state manager, abstract state, game state, implemented pipeline based on architecture drawingBobby Lucero2024-04-25 20:16:58 -0400
eaeb9fabd0Temp removal of pocketpy to migrate to my repoXenthera2024-04-22 14:40:49 -0400
cb6369ad30New binding method that allows c++ to call graphics functions as well as python. Testing setting vm vars like mouseX and mouseYBobby Lucero2024-04-22 13:07:23 -0400