Code Monkey home page Code Monkey logo

Comments (4)

wutipong avatar wutipong commented on August 16, 2024 1

There are quite a few demo projects.

If I'm not mistaken (which is quite likely to), The-Forge is designed to be brought into existing project, rather than to bring the project into The-Forge. Meaning it does not have a set project structure, rather you pick bits and pieces and put it into your project.

There are quite a lot of people who create templates for it though (even myself have one). You can choose any one you like. Just keep in mind though that the project will mostlikely break if a new version of The-Forge is released and you replace the existing one with that. It's better to stick with one version unless you need to replace IMHO.

Oh and you will get faster response if you ask your questions in the Discord rather than Github. I think they only use github to drop code.

from the-forge.

VinnyVicious avatar VinnyVicious commented on August 16, 2024

This seems to be going in the right direction, although no updates in 2 years: https://github.com/cboiangiu/the-forge-starter

from the-forge.

VinnyVicious avatar VinnyVicious commented on August 16, 2024

There are quite a few demo projects.

Would you mind sharing those in this thread so other people can find them?

If I'm not mistaken (which is quite likely to), The-Forge is designed to be brought into existing project, rather than to bring the project into The-Forge. Meaning it does not have a set project structure, rather you pick bits and pieces and put it into your project.

Absolutely, The-Forge feels like a traditional enterprise framework or middleware. However, most of these have a KitchenSink demo or some sort of Standard project that can be used to show users "this is how we integrate this", and "this is how we recommend to manage that".

from the-forge.

wutipong avatar wutipong commented on August 16, 2024

Would you mind sharing those in this thread so other people can find them?

https://github.com/ConfettiFX/The-Forge/tree/master/Examples_3

Under the folder "Unit_Tests", there are several projects and even Visual Studio solution files. I think the rest are demoing integration with some of their products. Worth checking out too.

If you're expecting a fully playable, complex game, as an example project then I think you'd be disappointing. However those example projects should give you everything you need to start a project.

Personally I have The Forge cloned under my git project as a subproject, then I cherry pick some of the files I want and put the list in the CMakeList I use along with my project files. I even have some custom target to handle dll file copy tasks, etc.

However I think there are people who would have a separate CMakeList to handle the forge source/project files, and refer to it using include or as a separate library.

You could also just cherry pick some of the file and add it in the visual studio solution file of your existing project as well.

Oh and I think there are someone creates CMake file as well. Though I haven't tried any of these.

from the-forge.

Related Issues (20)

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.