Will Usher

Results 18 issues of Will Usher

Same as https://github.com/Twinklebear/ispc-rs/pull/18 , will make building the examples and formatting them easier in CI

Opening this as a reminder to myself and note to others, the second MIS step for lights is not correct if there are multiple lights in the scene (e.g. [here...

From some reading, course material and seeing where the engine is at this point I realize I've completely diverged from the goal of a component based engine. I'd like to...

enhancement

#### Implement Lua for scripting objects behavior - Need to determine what is necessary to be exposed and what should be handled internally and how the API should work and...

feature

The current StateManager works but is less than ideal. The SetActiveState function is currently recursive but really could just be a do-while. In addition the state's should be created with...

Namely the binary operators, see http://jcatki.no-ip.org:8080/fncpp/OperatorOverloading for information I wrote the operators unaware of these rules, but it should be a quick fix. I'll do it probably after writing the...

#### Tile Maps - Need support for any size tile map, ie. can just place random tiles from the tileset anywhere to create the map, instead of being limited to...

feature

Need to get more familiar with Box2d and do more testing with it to see how it will integrate Physics class will probably end up as an in-between for an...

feature

The engine is really slow. I'm not sure if this is a result of poor drawing optimization, slow physics/collision checking or the way entites are being handled. If it's physics...

enhancement
feature

Realized that I never put in a method for the window size or title to be configured in addition the default state to load is hardcoded as mIntro, but should...

feature