Skip to content

Commit a285d14

Browse files
authored
Readme cleanup + remove obsolete config (#409)
- Remove obsolete Cirrus + Travis CI configs - Remove obsolete Coveralls badge - Add lacecore to projects - Update some obsolete readme info about CI
1 parent afdd3fa commit a285d14

File tree

3 files changed

+4
-92
lines changed

3 files changed

+4
-92
lines changed

.cirrus.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/m6wfkvket7gth8wn/branch/master?svg=true)](https://ci.appveyor.com/project/syoyo/tinyobjloader-6e4qf/branch/master)
88

9-
[![Coverage Status](https://coveralls.io/repos/github/syoyo/tinyobjloader/badge.svg?branch=master)](https://coveralls.io/github/syoyo/tinyobjloader?branch=master)
10-
119
[![AUR version](https://img.shields.io/aur/version/tinyobjloader?logo=arch-linux)](https://aur.archlinux.org/packages/tinyobjloader)
1210

1311
Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time.
@@ -19,7 +17,7 @@ If you are looking for C99 version, please see https://github.com/syoyo/tinyobjl
1917
Version notice
2018
--------------
2119

22-
We recommend to use `master`(`main`) branch. Its v2.0 release candidate. Most features are now nearly robust and stable(Remaining task for release v2.0 is polishing C++ and Python API, and fix built-in triangulation code).
20+
We recommend using the `release` (main) branch. It contains the v2.0 release candidate. Most features are now nearly robust and stable. (The remaining task for release v2.0 is polishing C++ and Python API, and fix built-in triangulation code).
2321

2422
We have released new version v1.0.0 on 20 Aug, 2016.
2523
Old version is available as `v0.9.x` branch https://github.com/syoyo/tinyobjloader/tree/v0.9.x
@@ -76,6 +74,7 @@ TinyObjLoader is successfully used in ...
7674
* AGE (Arc Game Engine) - An open-source engine for building 2D & 3D real-time rendering and interactive contents: https://github.com/MohitSethi99/ArcGameEngine
7775
* [Wicked Engine<img src="https://github.com/turanszkij/WickedEngine/blob/master/Content/logo_small.png" width="28px" align="center"/>](https://github.com/turanszkij/WickedEngine) - 3D engine with modern graphics
7876
* [Lumina Game Engine](https://github.com/MrDrElliot/LuminaEngine) - A modern, high-performance game engine built with Vulkan
77+
* lacecore: Python polygonal mesh library optimized for cloud computation https://github.com/lace/lacecore
7978
* Your project here! (Plese send PR)
8079

8180
### Old version(v0.9.x)
@@ -426,17 +425,16 @@ See [python/sample.py](python/sample.py) for example use of Python binding of ti
426425

427426
### CI + PyPI upload
428427

429-
cibuildwheels + twine upload for each git tagging event is handled in Github Actions and Cirrus CI(arm builds).
428+
cibuildwheels + twine upload for each git tagging event is handled in Github Actions.
430429

431430
#### How to bump version(For developer)
432431

433-
* Apply `black` to python files(`python/sample.py`)
434432
* Bump version in CMakeLists.txt
435433
* Commit and push `release`. Confirm C.I. build is OK.
436434
* Create tag starting with `v`(e.g. `v2.1.0`)
437435
* `git push --tags`
438436
* version settings is automatically handled in python binding through setuptools_scm.
439-
* cibuildwheels + pypi upload(through twine) will be automatically triggered in Github Actions + Cirrus CI.
437+
* cibuildwheels + pypi upload (through twine) will be automatically triggered in Github Actions.
440438

441439
## Tests
442440

0 commit comments

Comments
 (0)