Git Product home page Git Product logo

hatchitcore's People

Contributors

captkh avatar erbelding avatar honeybunch avatar jamesmarcil avatar kyle-larson avatar mattguerrette avatar raselneck avatar setrapp avatar thecodeinside avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

jamesmarcil

hatchitcore's Issues

File should use streams instead of raw FILE*

Ideally, the File class would use either an std::ifstream or std::ofstream instead of a raw FILE* for IO. This would allow for easy overloading of << and >> for inserting and extracting things from the stream.

HT_DEBUG_PRINTF should log to a file

Since the console can fly by, especially during shutdown we should really have debug statements print to a file so we can review it later. Maybe even have a flag to allow a release build to log to a file in case we have problems in release?

Make use of forthcoming C++17 standard filesystem library

In the upcoming C++17 standard should be officially available across multiple compilers. Currently GCC maintains experimental support for filesystem, and MSVC 2015 also has an implementation (final draft version).

I think starting early on adapting this library change would be good.

Handle's of interface types cause improper destruction

If the last handle to be destructed for a refCounted is not the same type as the refCounted, the refCounted is likely to not be found in the map, and will cause a resource to never be released until another handle of it's type is requested and destructed, or until the program ends.

Sortable guid

  • May be arbitrary, but consistent
  • For use in std::map as a key

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.