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

Windows port #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Windows port #11

wants to merge 2 commits into from

Commits on Nov 29, 2020

  1. First commit of Windows port of TinyEngine and examples.

    TinyEngine itself is almost entirely unchanged from the original. The only major difference is a duplicate of TinyEngine.h placed in the win directory that adds some include statements that weren't required in the original.
    
    Each example project has been turned into a Visual Studio project, all are contained in one Visual Studio solution. A template project has also been added that allows one to easily get a new running under Visual Studio.
    
    All examples compile on Windows. Most are unchanged from the original, with the major exemption being 6_Tree that required a workaround for zero size vector causing problems with OpenGL on Debug builds.
    
    Next task to complete is creating a README.md as there are a number of tasks that have to be completed by the user to set up their machine to be able to compile the examples.
    waffleShirt committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    93e135b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Added readme

    waffleShirt committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    5fdf3f6 View commit details
    Browse the repository at this point in the history