An open API service indexing awesome lists of open source software.

https://github.com/ae2f/ae2f

All in one
https://github.com/ae2f/ae2f

Last synced: 3 months ago
JSON representation

All in one

Awesome Lists containing this project

README

          

```
____ __
__ _ ___|___ \ / _|
/ _` |/ _ \ __) | |_
| (_| | __// __/| _|
\__,_|\___|_____|_|

```

# ae2f_docs
> This repository is for setting an autometical documentation.

These are documentations written by this project
- [Book](./Book/README.md)
- [Hell](./Hell/README.md)
- [Rules](./Rules/README.md)

# ae2f::
> These libraries are focusing on `abstraction` for its based system.

- [ae2f::Core](./submod/ae2f/Core/README.md)
> c/c++ languages & compiler attributes

- [ae2f::Sys](./submod/ae2f/Sys/README.md)
> os-specific behaviours

- [ae2f::Preproc](./submod/ae2f/Preproc/README.md)
> template-meta programming in c/c++

- [ae2f::VK-Core](./submod/ae2f/VK-Core/README.md)
> vulkan (...)
> will be renamed to `ae2f::Vk`

# draft
> These libraries need to be moved to somewhere so cannot be documentated.

- [ae2f::Ann](./submod/ae2f/Ann/README.md)
> will be moved to ae3f::

# ae3f::
> These libraries are focusing on `implementation` for specific (aka personal) use-cases.
- [aclspv](./submod/ae3f/aclspv/README.md)
> an OpenCL C -> Spir-V compiler library for vulkan
> under development