skap-cpp

Sparky’s AssetPack (SKAP) official implementation in C++. 💼

https://github.com/sparky-game/skap-cpp

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Sparky’s AssetPack (SKAP) official implementation in C++. 💼

Basic Info
  • Host: GitHub
  • Owner: sparky-game
  • License: bsd-3-clause
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 42 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation Codeowners

README.org

# 
# BSD SKAP --- Sparky's AssetPack Official C++ Implementation
# Copyright (C) 2024 Wasym A. Alonso
# 
# This file is part of SKAP.
# 
# SKAP is free software: you can redistribute it and/or modify
# it under the terms of the BSD 3-Clause "New" or "Revised" License
# as published by The Regents of the University of California.
# 
# SKAP is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# BSD 3-Clause "New" or "Revised" License for more details.
# 
# You should have received a copy of the BSD 3-Clause "New" or
# "Revised" License along with SKAP.
# If not, see .
# 


#+AUTHOR: Wasym A. Alonso

# Logo & Title
#+begin_html

SKAP Logo
*.skap

#+end_html # Subtitle #+begin_html

Sparky's AssetPack (SKAP) Official C++ Implementation

#+end_html # Repository marketing badges #+begin_html

Buy Me A Coffee

#+end_html # Repository info badges #+begin_html

License C++ Standard Size Release Blazing Speed

#+end_html (...) # BSD-3-Clause License notice #+begin_quote SKAP is free software: you can redistribute it and/or modify it under the terms of the BSD 3-Clause "New" or "Revised" License as published by The Regents of the University of California. @@html:
@@ SKAP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the BSD 3-Clause "New" or "Revised" License for more details. @@html:
@@ You should have received a copy of the BSD 3-Clause "New" or "Revised" License along with SKAP. If not, see . #+end_quote * Table of Contents :toc: - [[#usage][Usage]] - [[#build-from-source][Build from source]] * Usage (...) * Build from source First, ensure the source tree is absolutely clean. From /Sparky/ we recommend this command to be issued prior to each compilation; do not rely on the source tree being clean after cloning the repository or after un-tarring: #+begin_src sh make mrproper #+end_src To build SKAP, issue the following command: #+begin_src sh make #+end_src

Owner

  • Name: Sparky
  • Login: sparky-game
  • Kind: organization
  • Email: wasymatieh01@gmail.com

A 5v5 character-based libre tactical shooter.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Please cite this software using these metadata."
type: software
title: SKAP
authors:
  - given-names: Wasym
    family-names: Atieh Alonso
contact:
  - given-names: Wasym
    family-names: Atieh Alonso
    email: wasymatieh01@gmail.com
abstract: "Sparky’s AssetPack (SKAP) Official C++ Implementation."
license: BSD-3-Clause
repository-code: "https://github.com/sparky-game/skap-cpp"

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1