Skip to content

Mayukh-Banik/sfml-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================

CI status
pip builds Pip Action Status
wheels Wheel Action Status

pip install --no-build-isolation -Ceditable.rebuild=true -ve .

Installation

  1. Clone this repository
  2. Run pip install .

Afterwards, you should be able to issue the following commands (shown in an interactive Python session):

>>> import pySFML

CI Examples

The .github/workflows directory contains two continuous integration workflows for GitHub Actions. The first one (pip) runs automatically after each commit and ensures that packages can be built successfully and that tests pass.

The wheels workflow uses cibuildwheel to automatically produce binary wheels for a large variety of platforms. If a pypi_password token is provided using GitHub Action's secrets feature, this workflow can even automatically upload packages on PyPI.

About

A nanobind example project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • CMake 8.4%
  • Python 0.2%