Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

FRSML 3.0

A small linear math library using SSE4.

What is FRSML

  • FRSML (FranceSnack Math Library) is a project which targets Vulkan developers
  • The library does some linear math, and contains basic class for linear math like vec3,mat4,quat with fast optimizations.
  • Works cross-platform

Build project:

  • Windows: Using solutions provied
  • Unix: Clone and build the project using CMake and your favorite compiler.

Using the library

  • Now you can compile the library dynamiclly or static.

    • Compiler will produce two libraries: Once implements specific optimization, once is wrapper
    • For example: if you choose FRSML_SSE and dynamiclly build, compiler will produce frsml_sse.dll and frsml.dll
    • But you only have to link frsml.dll to use in your project (frsml_sse is depency)
  • Please include the headers in the include/frsml folder

About

A small math library in SSE4 and upper written in C++

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.