Coder Social home page Coder Social logo

withs / seul Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 66 KB

seul c kit

Home Page: https://fleur.is

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

C 78.54% Makefile 8.44% Assembly 4.07% Shell 5.77% Batchfile 1.72% Python 1.46%
c stdlib system

seul's Introduction

[-] seul

seul is a set of headers and a lib that can be used as a base for new project (my projects ^^).
it's goal it's at term to not rely on system libs and stdlib for its core component (freestanding build with nostdlib).
cross platform, cross compile and simplicity.the most important part is to allow me to learn and touch many aspect of system and programing in general.

*this project is on an early stage, not all platforms/archs are implemented, and very few features are implemented too

[-] build

- build for current platform/arch.
gmake all
- build for another platform/arch, (see bellow to see supported targets).
gmake all TARGET_TRIPLET="x86_64-unknown-openbsd"
- build and link to research/playground.c, it can be used to quickly try a feature or develop.
gmake playground

*artifacts should be present on ./target/<target-triple>/libseuil.a or ./target/<target-triple>/playground (yes it look kinda like rust but it look very sweet :] ) 
*not all targets are implemented yet
*if you are not using bsd use 'make' instead of 'gmake' or 'nmake', use make from unxtools on windows
*header only build is planned

[-] target arch/platform status

x86_64-unknown-openbsd   | full
aarch64-unknown-openbsd  | full
x86_64-windows-msvc      | full
aarch64-macos-darwin     | planned
x86_64-macos-darwin      | planned
i686-windows-msvc        | ?

seul's People

Contributors

withs avatar

Watchers

 avatar

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.