Coder Social home page Coder Social logo

marovira / atlas Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 5.0 12.55 MB

A graphics framework for educational and prototyping projects.

License: BSD 3-Clause "New" or "Revised" License

CMake 12.82% C++ 85.44% GLSL 1.74%
opengl cpp opengl-application cmake graphics-3d cpp17

atlas's People

Contributors

marovira avatar mkitzan avatar sabinewren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

atlas's Issues

Float.hpp std::abs()

The compiler (at least in the lab) does not like the call to std::abs() in the areEqual method (line 37) in core/Float.hpp. It would like a simple 'abs()' (no std::)

Clang support

Issues with Clang and c++11 come from line 58 in CMakeLists.txt:

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")

should be

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libstdc++")

Doxyfile generation does not handle paths with spaces leads to failure for make command

Hey @marovira,

Just wanted to let you know that if you cloned the marovira/atlas repo in a folder name with spaces and you try to run the make command then it will get this build error,

[ 99%] Generating HTML documentation
error: tag HTML_HEADER: header file `/home/poanchen/Downloads/folderwithspaces/atlas/external/glfw/docs/header.html' does not exist
external/glfw/docs/CMakeFiles/docs.dir/build.make:57: recipe for target 'external/glfw/docs/CMakeFiles/docs' failed
make[2]: *** [external/glfw/docs/CMakeFiles/docs] Error 1
CMakeFiles/Makefile2:1248: recipe for target 'external/glfw/docs/CMakeFiles/docs.dir/all' failed
make[1]: *** [external/glfw/docs/CMakeFiles/docs.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Things that I did:
I looked into the problem and it WAS NOT a bug in your repo. It was an edge case that was not covered in glfw/glfw. As the Doxyfile generation does not handle paths with spaces in them. As a result, I ended up creating an issue with them and they have resolved the issue quickly and it is now fixed/closed in their repo. The issue link is glfw/glfw#1081. I am not sure what the action should you take but just wanted to let you know this. (as long as your folder name does not contains spaces then the make process will pass, so the workaround is make sure the folder name does not contains any spaces)

Thank you!

Cheers,
Baron

Update Documentation for Wiki sources

Links to code definitions within the Wiki (under classes) lead to dead pages. I'm sure that most code references do this at the moment. Pretty minor issue.

image

image

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.