Giter Site home page Giter Site logo

iridescent's Introduction

wakatime

Iridescent

A open-source graphics engine. | Created as a senior project.

Features

I plan to expand and continue this software for assisting and powering personal projects in the near future, although as of now it exists only as a demo, capable of renderring a static triangle with a gradient shader. A docked imgui layer is also present in the demo, showcasing the layerstack implementation of the engine, as well as a log output with proper input polling and event based output. The features present at the moment were a learning challenge for me, and in the roughly 40 hour target that I have to create this engine demo, I learned a lot about engine development, and more specifically low level programming. Other areas of learning include compilation of software with gcc, clang, msvc and build tools such as make and cmake, as well as important data design concepts. Learning resources include Harvard's cs50, the hazel engine development series, learncp, opengl, and cmake official documentation. Other notable mentions include personal perseverance, stack overflow questions tagged 'segmentation faults', and a ton of passion for software development.

Demo

To view the capabilities of the engine in it's current state, view the Demo folder, which contains screenshots of the engine in running order, or download the latest binary in the releases section.

iridescent's People

Contributors

dependabot[bot] avatar timmypidashev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chicorak

iridescent's Issues

Linker cannot find spdlog

Issue
Linker cannot find spdlog

Output

[build]   spdlog.vcxproj -> C:\Dev\Iridescent\build\Debug\spdlogd.lib
[build]   Core.vcxproj -> C:\Dev\Iridescent\build\Debug\Core.dll
[build]      Creating library C:/Dev/Iridescent/build/Debug/Sandbox.lib and object C:/Dev/Iridescent/build/Debug/Sandbox.exp
[build] main.obj : error LNK2001: unresolved external symbol "private: static class std::shared_ptr<class spdlog::logger> Iridescent::Log::s_CoreLogger" (?s_CoreLogger@Log@Iridescent@@0V?$shared_ptr@Vlogger@spdlog@@@std@@A) [C:\Dev\Iridescent\build\Sandbox\Sandbox.vcxproj]
[build] main.obj : error LNK2001: unresolved external symbol "private: static class std::shared_ptr<class spdlog::logger> Iridescent::Log::s_ClientLogger" (?s_ClientLogger@Log@Iridescent@@0V?$shared_ptr@Vlogger@spdlog@@@std@@A) [C:\Dev\Iridescent\build\Sandbox\Sandbox.vcxproj]
[build] C:\Dev\Iridescent\build\Debug\Sandbox.exe : fatal error LNK1120: 2 unresolved externals [C:\Dev\Iridescent\build\Sandbox\Sandbox.vcxproj]

Possible fixes

  • Spdlog library is a header only library, meaning it is not 'compiled' into the DLL itself. For this reason, the Sandbox project should include the spdlog library as an include path.

Conclusion
Figure out how to fix the linking in cmake!

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.