A downloadable engine

The Bare Bones Engine is a very bad and, as the name states, bare bones. You can use it to make some stuff, comes with a physics simulator(without rotation), rendering(albeit bad), and some preset classes.
Made with c# and visual studio
Requires Visual Studio 2022 and .net 7.0 I believe
If you have any questions, suggestions, or concerns, DM the_king_of_noobs on Discord. Or comment below, as I may check those occasionally.
The main place to write code is in Additions, and there is also documentation on the classes and a short message.
To open it, click on the .sln and go to Additions

Updates:
7/14/2023:5:50PM---Added Clone() to class Part
7/14/2023/9:34PM---Added NewFunctions class
7/14/2023/9:34PM---Added void ChipAtPart(Part, Vector2, Vector2) It remove a chunk from the selected size and position of the block.
7/16/2023/2:55PM---Fixed a large physics bug I somehow didn't notice. Essentially if it was greater than 3/4 or less than 1/4 of the way to either side, it teleported to that side.

7/16/2023/11:16PM---Added KeysCurrentlyDown argument to RenderUpdate and Update, to detect keys, and added TimeScale to change the rate at which frames are rendered.

Download

Download
Bare Bones Engine.zip 931 kB

Install instructions

You need Microsoft Visual Studio 2022 and .Net 7.0 with it to run the .sln

For me, I open the .zip files by just right clicking and hitting extract, though it may vary for different computers. Not sure what it'll support or not, so my apologies if it won't work for you.

Development log

Leave a comment

Log in with itch.io to leave a comment.