Coder Social home page Coder Social logo

stergiotis / boxer Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 1.21 MB

Go packages helping to win by K.O. when fighting cross-cutting concerns.

License: MIT License

Go 96.41% Shell 1.43% XSLT 2.16%
cbor cross-cutting-concerns data-oriented-programming go golang serialization

boxer's Introduction

boxer Go Reference Go Report Card

Go packages helping to win by K.O. when fighting cross-cutting concerns.

Goals

  • Apply low allocation coding practices;
  • use data oriented programming whenever appropriate;
  • introduce as little runtime dependencies as possible;
  • provide a productive, pleasant and low churn developer experience,
  • have predictable performance;
  • provide production grade error reporting.

Installation

go get github.com/stergiotis/boxer

Maturity

Unstable, alpha, API may still change heavily.

Glossary

curlier
Go code mimicking cUrl.
e2e
End-to-end.
ea
Means input-output (german abbreviation to distinguish from core packages).
eb
Error building.
eh
Error handling.
fec
Forward error correction.
inst
Instance (similar to self, this).
fffi
Frame oriented Foreign Function Interface
imzero
A CGO-free immediate mode GUI library based on DearImGui. Client applications are available in imzero_client_cpp.

Style Conventions

File Extensions

Boxer uses chained file extension (e.g. file.docx.pdf.txt):

`.out.<ext>.`
Generated source code checked in repository e.g. `myfile.out.go`
`.gen.<ext>.`
Source code generated in regular build process (i.e. part of binary distribution but not source distribution): e.g. `myfile.gen.go`
`.idl.go`
A (Framed) Foreign Function Interface (FFI) Interface Defintion Language (IDL) file. A subset of go language.

Contributing

Currently, no third-party contributions are accepted.

License

The MIT License (MIT) 2023 - Panos Stergiotis. See LICENSE for the full license text.

boxer's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

duzceselin

boxer's Issues

ImZero: imgui p_open out param is unitialized

p_open param is set to false to signal close window request of the user by functions similar to ImGui::Begin. The function does however not set p_open to true. ImZero therefore needs either to expose the param als in-out param to the user-code or initialize the variable with true.

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.