Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AdeptLanguage/AdeptImport

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

307 Commits
307 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdeptImport

The standard library for Adept

import
├───2.6 (Standard Library for Adept 2.6)
│       basics.adept          (Basics of Standard Library)
│
│       AABB.adept            (Generic Axis-Aligned Bounding Box)
│       Anything.adept        (Value Capable of being Anything)
│       Array.adept           (Minimal Array)
│       Grid.adept            (Generic Grid Data Structure)
│       InitializerList.adept (Initializer List)
│       JSON.adept            (Generic JSON Parsing)
│       List.adept            (Automatically Expanding List)
│       Matrix4f.adept        (4x4 Float Matrix)
│       Optional.adept        (Standard Optional Wrapper)
│       Ownership.adept       (Standard Ownership Enum)
│       Pair.adept            (Pair and AsymmetricPair Structs)
│       String.adept          (Standard String)
│       TypeInfo.adept        (Experimental high-level RTTI)
│       Unique.adept          (Generic Unique Pointer)
│       VariadicArray.adept   (Standard Variadic Array)
│       Vector2f.adept        (2 Float Vector)
│       Vector2i.adept        (2 Int Vector)
│       Vector3f.adept        (3 Float Vector)
│       array_util.adept      (Array Utilities)
│       audio.adept           (Cross-Platform Audio for .wav/.ogg)
│       basics.adept          (Bundle of commonly-used files)
│       captain.adept         (Easy to use 2D Graphics)
│       cerrno.adept          (Superset of `sys/cerrno.adept` with friendlier functions)
│       cmath.adept           (Superset of `sys/cmath.adept` with friendlier functions)
│       csignal.adept         (Superset of `sys/csignal.adept` with friendlier functions)
│       cstdio.adept          (Superset of `sys/cstdio.adept` with friendlier functions)
│       cstdlib.adept         (Superset of `sys/cstdlib.adept` with friendlier functions)
│       cstring.adept         (Superset of `sys/cstring.adept` with friendlier functions)
│       ctime.adept           (Superset of `sys/ctime.adept` with friendlier functions)
│       list_util.adept       (List Utilities)
│       math.adept            (Common Math Definitions (Superset of 2.4/cmath.adept)
│       mt19937.adept         (MT19937 Pseudo Random Number Generator)
│       parse.adept           (String Conversion Routines)
│       random.adept          (Random Numbers)
│       string_util.adept     (String Utilities)
│       terminal.adept        (Terminal IO)
│       where.adept           (Cross-platform way of getting Executable's Location)
│
├───2.5 (Standard Library for Adept 2.5)
│       basics.adept          (Basics of Standard Library)
│
│       AABB.adept            (Generic Axis-Aligned Bounding Box)
│       Anything.adept        (Value Capable of being Anything)
│       Array.adept           (Minimal Array)
│       Grid.adept            (Generic Grid Data Structure)
│       InitializerList.adept (Initializer List)
│       JSON.adept            (Generic JSON Parsing)
│       List.adept            (Automatically Expanding List)
│       Matrix4f.adept        (4x4 Float Matrix)
│       Optional.adept        (Standard Optional Wrapper)
│       Ownership.adept       (Standard Ownership Enum)
│       Pair.adept            (Pair and AsymmetricPair Structs)
│       String.adept          (Standard String)
│       TypeInfo.adept        (Experimental high-level RTTI)
│       Unique.adept          (Generic Unique Pointer)
│       VariadicArray.adept   (Standard Variadic Array)
│       Vector2f.adept        (2 Float Vector)
│       Vector2i.adept        (2 Int Vector)
│       Vector3f.adept        (3 Float Vector)
│       array_util.adept      (Array Utilities)
│       audio.adept           (Cross-Platform Audio for .wav/.ogg)
│       basics.adept          (Bundle of commonly-used files)
│       captain.adept         (Easy to use 2D Graphics)
│       cerrno.adept          (Superset of `sys/cerrno.adept` with friendlier functions)
│       cmath.adept           (Superset of `sys/cmath.adept` with friendlier functions)
│       csignal.adept         (Superset of `sys/csignal.adept` with friendlier functions)
│       cstdio.adept          (Superset of `sys/cstdio.adept` with friendlier functions)
│       cstdlib.adept         (Superset of `sys/cstdlib.adept` with friendlier functions)
│       cstring.adept         (Superset of `sys/cstring.adept` with friendlier functions)
│       ctime.adept           (Superset of `sys/ctime.adept` with friendlier functions)
│       list_util.adept       (List Utilities)
│       math.adept            (Common Math Definitions (Superset of 2.4/cmath.adept)
│       mt19937.adept         (MT19937 Pseudo Random Number Generator)
│       parse.adept           (String Conversion Routines)
│       random.adept          (Random Numbers)
│       string_util.adept     (String Utilities)
│       terminal.adept        (Terminal IO)
│       where.adept           (Cross-platform way of getting Executable's Location)
│
├───2.4 (Standard Library for Adept 2.4)
│       basics.adept          (Basics of Standard Library)
│
│       AABB.adept            (Generic Axis-Aligned Bounding Box)
│       Anything.adept        (Value Capable of being Anything)
│       Array.adept           (Minimal Array)
│       InitializerList.adept (Initializer List)
│       List.adept            (Automatically Expanding List)
│       Matrix4f.adept        (4x4 Float Matrix)
│       Optional.adept        (Standard Optional Wrapper)
│       Ownership.adept       (Standard Ownership Enum)
│       Pair.adept            (Pair and AsymmetricPair Structs)
│       String.adept          (Standard String)
│       TypeInfo.adept        (Experimental high-level RTTI)
│       VariadicArray.adept   (Standard Variadic Array)
│       Vector2f.adept        (2 Float Vector)
│       Vector3f.adept        (3 Float Vector)
│       array_util.adept      (Array Utilities)
│       audio.adept           (Cross-Platform Audio for .wav/.ogg)
│       basics.adept          (Bundle of commonly-used files)
│       captain.adept         (Easy to use 2D Graphics)
│       cerrno.adept          (Superset of `sys/cerrno.adept` with friendlier functions)
│       cmath.adept           (Superset of `sys/cmath.adept` with friendlier functions)
│       csignal.adept         (Superset of `sys/csignal.adept` with friendlier functions)
│       cstdio.adept          (Superset of `sys/cstdio.adept` with friendlier functions)
│       cstdlib.adept         (Superset of `sys/cstdlib.adept` with friendlier functions)
│       cstring.adept         (Superset of `sys/cstring.adept` with friendlier functions)
│       ctime.adept           (Superset of `sys/ctime.adept` with friendlier functions)
│       list_util.adept       (List Utilities)
│       math.adept            (Common Math Definitions (Superset of 2.4/cmath.adept)
│       mt19937.adept         (MT19937 Pseudo Random Number Generator)
│       parse.adept           (String Conversion Routines)
│       random.adept          (Random Numbers)
│       string_util.adept     (String Utilities)
│       terminal.adept        (Terminal IO)
│       where.adept           (Cross-platform way of getting Executable's Location)
│
├───2.3 (Standard Library for Adept 2.3)
│       basics.adept        (Basics of Standard Library)
│
│       AABB.adept          (Generic Axis-Aligned Bounding Box)
│       Array.adept         (Minimal Array)
│       audio.adept         (Audio IO)
│       captain.adept       (UI Graphics)
│       List.adept          (Extendable List)
│       Matrix4f.adept      (4x4 Float Matrix)
│       math.adept          (Math Definitions)
│       Optional.adept      (Standard Optional Wrapper)
│       Ownership.adept     (Standard Ownership)
│       parse.adept         (String Conversion Routines)
│       random.adept        (Random Numbers)
│       String.adept        (Standard String)
│       strings.adept       (String Utilities)
│       string_manipulation.adept [EXPERIMENTAL]
│       TypeInfo.adept      (Experimental high-level RTTI) [EXPERIMENTAL]
│       terminal.adept      (Terminal IO)
│       Vector2f.adept      (2 Float Vector)
│       Vector3f.adept      (3 Float Vector)
│
├───2.2 (Standard Library for Adept 2.2)
│       basics.adept        (Basics of Standard Library)
│
│       audio.adept         (Experimental Audio IO) [experimental]
│       Array.adept         (Minimal Array)
│       captain.adept       (UI Graphics)
│       List.adept          (Extendable List)
│       Matrix4f.adept      (4x4 Float Matrix)
│       math.adept          (Math Definitions)
│       Ownership.adept     (Standard Ownership)
│       random.adept        (Random Numbers)
│       String.adept        (Standard String)
│       terminal.adept      (Terminal IO)
│       Vector3f.adept      (3 Float Vector)
│
├───2.1 (Standard Library for Adept 2.1)
│       basics.adept        (Basics of Standard Library)
│       String.adept        (Standard String)
│       terminal.adept      (Terminal IO)
│
├───alut (ALUT Interface)
│       alut.adept
│
├───glfw (GLFW 3 Interface)
│       glfw.adept
│
├───machine (Machine Helpers)
│       endian.adept
│
├───openal (OpenAL Interface)
│       openal.adept
│
├───opengl (OpenGL Interface)
│       opengl.adept
│
├───posix (POSIX Definitions)
│       pthread.adept
│
├───stb (Sean Barrett's Public Domain Libraries)
│       image.adept         (Public Domain Image Loader)
│       vorbis.adept        (Public Domain `.ogg` Loader)
│
├───sys (Native Interface via libc)
│       cerrno.adept
│       cfloat.adept
│       cmath.adept
│       csignal.adept
│       cstdio.adept
│       cstdlib.adept
│       cstring.adept
│       ctime.adept
│
├───unix (Unix Definitions) [unix only]
│   │   dlfcn.adept
│   │   fd_set.adept
│   │   gid_t.adept
│   │   in_addr_t.adept
│   │   in_port_t.adept
│   │   iovec_t.adept
│   │   netdb.adept
│   │   off_t.adept
│   │   pid_t.adept
│   │   sa_family_t.adept
│   │   socklen_t.adept
│   │   timeval.adept
│   │   uid_t.adept
│   │   unistd.adept
│   │   useconds_t.adept
│   │
│   ├───arpa
│   │       inet.adept
│   │
│   ├───netinet
│   │       in.adept
│   │       tcp.adept
│   │
│   └───sys
│           ioctl.adept
│           select.adept
│           socket.adept
│
├───tinyobj (TinyOBJLoader-C Port)
│       tinyobj.adept
│
└───windows (Windows Standard Libraries) [windows only]
        winsock.adept

About

The standard library for Adept

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.