Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crank v0.1.0 Release #1

Merged
merged 10 commits into from
Jul 2, 2022
Merged

Crank v0.1.0 Release #1

merged 10 commits into from
Jul 2, 2022

Conversation

oraqlle
Copy link
Owner

@oraqlle oraqlle commented Jul 2, 2022

Release Notes

First release of the Crank framework. 🎉🎉

Added

  • crank::engine - Runtime engine
  • crank::states::base - Base virtual state

Need to resolve includes.
Need to reshuffle directory so tests can be run.
Todo:
- Add templates for common states.
- Tests.
- Documentation.
- Look into using a std::deque or maybe std::map (with an ID system) instead of std::vector.
- Timing system that on every update, the back might be deleted if old.
- std::shared_ptr for pointer to engine type for safety.
- Make states std::unique_ptr's for safety.
- Look into reference use.
- Design variable parsing with va-args templates and tuples.
- Using references over pointers maybe.
- Look at using curiously recurring template pattern (CRTP) maybe.
Added doc comments to the files:
- engine.hpp
- base.hpp
- basic.hpp
Fixed shared data. Use <global-data-class-name>::instance()-><member/method>
Next stage is to redo README and documentation
@oraqlle oraqlle merged commit ab66263 into main Jul 2, 2022
@oraqlle oraqlle deleted the dev branch June 12, 2023 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant